/* 联系方式开始 */

.contact_us_div{
	width: 1200px;
	height: 600px;
	margin:30px auto;
	border:1px solid rgba(228,232,234,1);
	font-size: 18px;
}
.contact_us_div p{
	padding-left: 30px;
	margin-bottom: 20px;
}
.contact_us_div .p_bottom{
	margin-bottom: 25px;
}
.contact_us_div .p_bottom img{
	margin-right: 10px;
}
.contact_us_div .border{
	border:1px solid;
}
.contact_us_div .border_right{
	border-right: 1px solid #ddd;
	height: 100%;
}
.contact_us_div .address_div{
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(43,62,80,1);
	margin: 36px 0;
}
.contact_us_div .color_blue{
	color:#2468F2;
	font-weight: bold;
}
.contact_us_div .headquarters_name_div{
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(36,104,242,1);
}
.contact_us_div .headquarters_address{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(81,81,81,1);

}
.contact_us_div .headquarters_station{
	width: 100%;
	height: 20px;
	padding-left: 16px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(81,81,81,1);
	margin-bottom: 30px;
}
.contact_us_div .square_div{
	display: inline-block;
	width:6px;
	height:6px;
	background:rgba(36,104,242,1);
	border:1px solid rgba(36,104,242,1);
}
.contact_us_div .vertical_line_div {
	display: inline-block;
	width:3px;
	height:22px;
	background:rgba(36,104,242,1);
	border:1px solid rgba(36,104,242,1);
	border-radius:2px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
/* 联系方式结束 */
/* 政策 */
.contact_us_div .link a {
	color: #2468F2;
}
.contact_us_div .link a:hover {
	text-decoration: underline;
}
